home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / fts / ftsgaiji.h
Encoding:
C/C++ Source or Header  |  1994-11-16  |  339 b   |  14 lines

  1. #ifndef    _FTS_FTSGAIJI_H
  2. #define    _FTS_FTSGAIJI_H
  3.  
  4. #ifndef    _SIFTS_H
  5. #    include    <sifts.h>
  6. #endif
  7.  
  8. #define    FTSGAIJI_HASH(_fts,_code)    (((_code)*31) & ((_fts)->numtbl - 1))
  9.  
  10. extern int            FTS_gaijiSet( FTSDAT_T *ftsDat, int no, int xs, int ys, CONST void *ptn );
  11. extern FTSGAIJI_T    *FTS_getGaiji( FTSDAT_T *ftsDat, int code );
  12.  
  13. #endif
  14.